home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sunday Savers: Sharing Fun! I Know My Savior Lives
/
Sunday Savers: Sharing Fun! I Know My Savior Lives.iso
/
pc
/
intro.dxr
/
00019.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2009-10-06
|
364 b
|
14 lines
on startMovie
global programTitle, baseDirectory, speed
register(xtra("PrintOMatic"), "PMAT173-131-49106")
programTitle = "Sunday Savers Sharing Fun 2010"
baseDirectory = the applicationPath
Cpu = baCpuInfo("speed")
if Cpu < 500 then
speed = "slow"
else
speed = "fast"
end if
member("title").text = "Covenant Communications Presents"
end